docs.rs failed to build libp2p-core-0.41.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libp2p-core-0.42.0
Transports, upgrades, multiplexing and node handling of *libp2p*.
The main concepts of libp2p-core are:
- The [`Transport`] trait defines how to reach a remote node or listen for
incoming remote connections. See the [`transport`] module.
- The [`StreamMuxer`] trait is implemented on structs that hold a connection
to a remote and can subdivide this connection into multiple substreams.
See the [`muxing`] module.
- The [`UpgradeInfo`], [`InboundUpgrade`] and [`OutboundUpgrade`] traits
define how to upgrade each individual substream to use a protocol.
See the `upgrade` module.